CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - adder verilog

搜索资源列表

  1. add_16_pipe

    0下载:
  2. 16位加法器的流水线计算,verilog代码,用于FPGA平台。-16 pipelined adder, verilog code for the FPGA platform.
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:809
    • 提供者:qjyong
  1. LAC_adder16

    1下载:
  2. 十六位超前进位加法器,Verilog HDL-16-ahead adder, Verilog HDL
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:213848
    • 提供者:Li Yanwei
  1. verilog.HDL.examples

    1下载:
  2. 许多非常有用的 Verilog 实例: ADC, FIFO, ADDER, MULTIPLIER 等-many very useful Verilog examples : ADC, FIFO, ADDER, MULTIPLIER etc.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:188277
    • 提供者:张驰
  1. adder_Xilinx_Spartan_3

    0下载:
  2. 这是个基于 Xilinx Spartan3 的加法器,利用Verilog语言编写,对于EDA初学者来说有一定的参考价值。 -This is based on the Xilinx Spartan3 Adder, Verilog language use, EDA newcomer has some reference value.
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:80508
    • 提供者:tangxiaobin
  1. FullAdder

    0下载:
  2. This a code programed in Verilog Language. It is Full Adder code designed using Half Adder-This is a code programed in Verilog Language. It is Full Adder code designed using Half Adder..
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:684
    • 提供者:Faisal
  1. fpufiles

    0下载:
  2. floating point adder mul and sub in verilog code
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-03
    • 文件大小:19233
    • 提供者:khosro raja
  1. 16bit-CLA

    0下载:
  2. a 16 bit carry look ahead adder verilog code
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7799
    • 提供者:praveen
  1. adder

    0下载:
  2. actel fpga加法器的verilog源码,在libero环境开发的-actel fpga adder verilog source code, development environment in the libero
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-03
    • 文件大小:154296
    • 提供者:杨加玲
  1. a-floating-point-adder

    0下载:
  2. 一个浮点加法器,verilog描述,数据格式:高14位为尾数,低四位位指数(带符号数运算)-A floating point adder Verilog descr iption
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:2159
    • 提供者:张松
  1. 8-grade-4-pipeline-adder-Verilog

    0下载:
  2. 这是一个8位4级流水线的加法器的Verilog程序。-This is a eight grade 4 pipeline adder the Verilog program.
  3. 所属分类:software engineering

    • 发布日期:2017-11-25
    • 文件大小:13175
    • 提供者:晨晨
  1. Verilog Full Adder

    0下载:
  2. This is some real adder type stuff. To the fullest degree.
  3. 所属分类:VHDL编程

    • 发布日期:2014-04-18
    • 文件大小:586
    • 提供者:quetzlcoatl
  1. pararel-8-bit-adder-verilog

    0下载:
  2. implementation of 8bit adder with pararel computation. It s use S/P converter and P/S converter. The code is written in verilog language
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-11
    • 文件大小:1415
    • 提供者:appolo
  1. Adder

    0下载:
  2. 本代码为用三种方法实现verilog加法器代码,在ISE中基于Spartan6仿真成功。-This code is used three methods to achieve adder verilog code, based on the success in the ISE Spartan6 simulation.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:3860
    • 提供者:lihongye
  1. Carry-Skip Adder

    0下载:
  2. 经典的进位跳跃、进位选择、并行前缀加法器,16位,基于verilog HDL语言(16-bit carry-skip adder)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-01-01
    • 文件大小:1024
    • 提供者:Dirty
  1. Lab1_Skeleton.tar

    0下载:
  2. adder verilog lab 1 assignment
  3. 所属分类:文章/文档

    • 发布日期:2018-01-02
    • 文件大小:1024
    • 提供者:philfgf
  1. verilog四则运算器

    0下载:
  2. verilog四则运算,包括加法器、乘法器、除法器,不过都是拾人牙慧,整理一下,供新手参考。(Verilog four operations, including the adder, multiplier and divider, but are written, tidy, for novice reference.)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:4096
    • 提供者:风20171201
  1. verilog add4

    0下载:
  2. 分两部分,基于verilog的四位和八位加法器设计,用synopsys的VCS仿真工具进行功能仿真,掌握基本的makefile编写以及linux操作。(Divided into two parts, four and eight adder based on verilog design, function simulation with synopsys VCS simulation tools, master the basic makefile writing and Linux.)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-04-20
    • 文件大小:512000
    • 提供者:yzzls
  1. Verilog codes

    0下载:
  2. IT IS A CARRY S ELECT ADDER TO IMPROVE PERFORMANCE.
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:3072
    • 提供者:JackRIDGE
  1. Fixed-Floating-Point-Adder-Multiplier-master

    0下载:
  2. Fixed-Floating-Point-Adder-Multiplier with test bench
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:9216
    • 提供者:liki20
  1. adder

    0下载:
  2. 实现了加法器功能,包含testbench(Implements the adder function)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:心向远方93
« 1 23 4 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com